@font-face {
    font-family: 'D-DINExp';
    src: url('../fonts/D-DINExp.otf');
}

@font-face {
    font-family: 'DFPSongW12';
    src: url('../fonts/DFPSongW12.ttf');
}

@font-face {
    font-family: 'ArialMT';
    src: url('../fonts/ArialMT.ttf');
}

@font-face {
    font-family: 'PingFang-SC-Regular';
    src: url('../fonts/PingFang-SC-Regular.TTF');
}

@font-face {
    font-family: 'PingFang-SC-Medium';
    src: url('../fonts/PingFang-SC-Medium.TTF');
}

@font-face {
    font-family: 'SimSun';
    src: url('../fonts/SimSun.ttc');
}

@font-face {
    font-family: 'Politica';
    src: url('../fonts/Politica.ttf');
}

@font-face {
    font-family: 'JHZGB';
    src: url('../fonts/迷你简汉真广标.TTF');
}


@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.woff2'),
        url('../fonts/iconfont.woff'),
        url('../fonts/iconfont.ttf');
}

.bold {
    font-weight: bold;
}

.light {
    font-weight: lighter;
}

.din {
    font-family: 'D-DINExp';
    font-style: normal;
}

.sinsun {
    font-family: 'SimSun';
    font-style: normal;
}

.song {
    font-family: 'DFPSongW12';
    font-style: normal;
}

.arial {
    font-family: 'ArialMT';
    font-style: normal;
}

.pingfangr {
    font-family: 'PingFang-SC-Regular';
    font-style: normal;
}

.pingfangm {
    font-family: 'PingFang-SC-Medium';
    font-style: normal;
}

.politica {
    /* font-family: 'Politica'; */
    font-weight: lighter;
}

.jhzgb {
    font-family: 'JHZGB';
    font-style: normal;
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}